From 175929a3b46c8cf3d4592bad299898fa407fa349 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 8 May 2008 11:13:51 +0100 Subject: [PATCH] Fixed typos in xmexamples. Signed-off-by: Hiroya INAKOSHI --- tools/examples/xmexample1 | 2 +- tools/examples/xmexample2 | 2 +- tools/examples/xmexample3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index a1b6edbe0c..357ad78bb5 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -90,7 +90,7 @@ disk = [ 'phy:hda1,hda1,w' ] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2 index 10eed663f7..5f9329d3af 100644 --- a/tools/examples/xmexample2 +++ b/tools/examples/xmexample2 @@ -126,7 +126,7 @@ disk = [ 'phy:sda%d,sda1,w' % (7+vmid), # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # diff --git a/tools/examples/xmexample3 b/tools/examples/xmexample3 index dc57e031b9..09eb3744d2 100644 --- a/tools/examples/xmexample3 +++ b/tools/examples/xmexample3 @@ -111,7 +111,7 @@ disk = [ 'phy:hda%d,hda1,w' % (vmid)] # # Or you can bind the first unused port above 5900: # -# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ] +# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ] # # You can override the password: # -- 2.30.2